home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Symbol Processors / Trigger / trig-length next >
Text File  |  1998-10-23  |  621b  |  8 lines

  1. trig-length length-pattern symbol-pattern
  2.  
  3. Uses the length-pattern active components to pick up the corresponding symbols from the symbol-pattern. This simulates the process used in analog drum machines, which send the triggering pulses to a synth, where the melodic line is supplied by the player. This is very handy tool if you use two or more triggering length-patterns and one symbol-pattern, and is analog to having 2 or 3 rhythmic lines coming from a drum machine, where all resulting instruments will follow your keyboard input.
  4.  
  5. (trig-length '(1/16 -1/16 1/16 -1/16) 
  6.              '(a b c d e f g))
  7. --> (a = c =)
  8.